home *** CD-ROM | disk | FTP | other *** search
- object DefaultAbortDlg: TDefaultAbortDlg
- Left = 352
- Top = 221
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Printing...'
- ClientHeight = 121
- ClientWidth = 177
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- TextHeight = 13
- object Bevel: TBevel
- Left = 8
- Top = 8
- Width = 161
- Height = 65
- Shape = bsFrame
- IsControl = True
- end
- object DocName: TLabel
- Left = 16
- Top = 16
- Width = 145
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'DocName'
- end
- object PageLabel: TLabel
- Left = 16
- Top = 48
- Width = 145
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'PageLabel'
- end
- object PageGauge: TGauge
- Left = 16
- Top = 40
- Width = 145
- Height = 25
- ForeColor = clNavy
- MinValue = 16
- MaxValue = 47
- Progress = 36
- end
- object CancelBtn: TBitBtn
- Left = 48
- Top = 84
- Width = 81
- Height = 27
- TabOrder = 0
- OnClick = CancelBtnClick
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- end
-